- [[2022-07-09 18:19:39]] [[@flancian:matrix.org]] ([link](https://develop.element.io/#/room/!LrSlpgPruzcRvucsiG:matrix.org/$GJErMTgaj-FooAtFR0hfhqpwqvjvS-lp0XTfeIt2YT4)): - writes should happen directly from the client, talking to the API, which is part of [[agora bridge]] - [[2022-07-09 18:24:13]] [[@flancian:matrix.org]] ([link](https://develop.element.io/#/room/!LrSlpgPruzcRvucsiG:matrix.org/$BILPE7yyT5xuH1sEtvQnZXuLh-pxZKSM-zkj0pGAHX0)): - [[agora bridge]] is where the copyright infringement may happen - [[2022-08-20 16:32:21]] [[@flancian:matrix.org]] ([link](https://develop.element.io/#/room/!LrSlpgPruzcRvucsiG:matrix.org/$8iPwjT_eM3fVJyHeLV130O982GRQvVRbz9Krx0jk1eg)): - I'm going to finally bring up the [[flask api]] for [[agora bridge]] - [[2022-08-20 16:32:24]] [[@flancian:matrix.org]] ([link](https://develop.element.io/#/room/!LrSlpgPruzcRvucsiG:matrix.org/$LBvkRVUtgkNOawEcFzYyjvmZxlxHiCwfPOoJTOc5waI)): - and [[agora bridge]] gets [[sqlite]] - [[2022-09-24 23:08:19]] [[@flancian:matrix.org]] ([link](https://develop.element.io/#/room/!zPwMsygFdoMjtdrDfo:matrix.org/$bRfRB3F48psRzfcYRqZpx_dQtdx92dXT3JwSIMM5vpc)): - as I need to see if it makes sense to integrate [[moa]] and [[agora bridge]] - [[2023-07-28 19:08:05]] [[@flancian:matrix.org]] ([link](https://develop.element.io/#/room/!WhilafaLxfJNoigHCj:matrix.org/$WyybEH9xwra5attC1EGNQf36-Q9afpEgn7aYvrhoyMU)): - ahoy! [[agora server]] and [[agora bridge]] are both mostly python (with some typescript thrown in), but the idea behind the Agora design is that integrations should be doable relatively independently of these codebases. - [[2023-07-28 19:19:59]] [[@flancian:matrix.org]] ([link](https://develop.element.io/#/room/!WhilafaLxfJNoigHCj:matrix.org/$9R-rhP7tXh0KLNxYZja2hdzgQv9B7BbALH9DBb8vWLQ)): - the TLDR for simple one-way syncing (meaning the garden -> agora direction, no agora -> garden updates): you write self-contained code in any language that dumps stuff to disk locally from a remote source, you got an [[agora bridge]]. - [[2024-08-12 11:56:43]] [[@flancian:matrix.org]] ([link](https://develop.element.io/#/room/!WhilafaLxfJNoigHCj:matrix.org/$k1Lyx_lxV559rRTn1dN0ii8YBhFo2epOIriq1lS74MQ)): - Oh yeah, I've been dealing with facets while writing the Agora Bluesky bot! Available know at [[agora bridge]]. I'm into that [[pfrazee]] has been doing, there's some notes from an old meeting with him at his node IIUC. - [[2024-08-12 17:30:48]] [[@flancian:matrix.org]] ([link](https://develop.element.io/#/room/!WhilafaLxfJNoigHCj:matrix.org/$avyXel-xjCaRAtDt-ncwqS3fchc_IbKOlU0zaY53mAg)): - [[agora server]] and [[agora bridge]] are 95% Python 😄